Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.core.automation.core.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.core.automation.core.properties inside nuxeo-automation-core-7.10-HF07.jar /OSGI-INF/properties-contrib.xml

Documentation

This contribution is the default contribution for automation properties.

Here are more details about some of them:

  • nuxeo.automation.properties.value.trim: properties are expected to be of the form "key=value". You may wish to trim the potential spaces around value (e.g.: "key = value", will result in "value" and not " value").

@since 8.2

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.automation.properties.value.trim">true</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">

    <documentation>
      This contribution is the default contribution for automation properties.

      Here are more details about some of them:
      <ul>
        <li>
          <strong>nuxeo.automation.properties.value.trim</strong>: properties are expected to be of the form "key=value". You may wish to trim the potential spaces around value (e.g.: "key = value", will result in "value" and not " value").
        </li>
      </ul>

      @since 8.2
    </documentation>

    <!-- Note that for backward compatibility this the opposite than on master. See NXP-19170. -->
    <property name="nuxeo.automation.properties.value.trim">true</property>

  </extension>